The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module::scandeps"

Module::ScanDeps - Recursively scan Perl code for dependencies River stage two • 9 direct dependents • 24 total dependents

This module scans potential modules used by perl programs, and returns a hash reference; its keys are the module names as appears in %INC (e.g. "Test/More.pm"); the values are hash references with this structure: { file => '/usr/local/lib/perl5/5.8.0...

RSCHUPP/Module-ScanDeps-1.35 - 05 Nov 2023 12:46:38 UTC - Search in distribution

Module::ScanDeps::Static - a cleanup of rpmbuild's perl.req River stage zero No dependents

This module is a mashup (and cleanup) of the `/usr/lib/rpm/perl.req` file found in the rpm build tools library (see "LICENSE") below. Successful identification of the required Perl modules for a module or script is the subject of more than one projec...

BIGFOOT/Module-ScanDeps-Static-1.003 - 09 May 2023 12:17:35 UTC - Search in distribution

lib/Module/Install/Admin/ScanDeps.pm River stage three • 98 direct dependents • 178 total dependents

ETHER/Module-Install-1.21 - 28 Apr 2023 08:32:10 UTC - Search in distribution

pp - PAR Packager River stage one • 5 direct dependents • 6 total dependents

pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC - Search in distribution

epan - Exclusive Perl Archive Nook River stage zero No dependents

This program helps you creating and managing an EPAN - a version of the CPAN that is trimmed down to your needs for installing specific stuff. To start with an example, suppose you have to install Mojolicious and a couple of its plugins in a machine ...

POLETTIX/App-EPAN-0.002 - 19 Jun 2021 09:27:46 UTC - Search in distribution

cpanm - get, unpack build and install modules from CPAN River stage two • 42 direct dependents • 52 total dependents

MIYAGAWA/App-cpanminus-1.7047 - 30 Jul 2023 06:01:02 UTC - Search in distribution
  • cpanm - get, unpack build and install modules from CPAN

SDLpp - Package your SDL games River stage two • 22 direct dependents • 24 total dependents

FROGGS/SDL-2.548 - 19 May 2018 10:58:08 UTC - Search in distribution

PAR::FAQ - Frequently Asked Questions about PAR River stage two • 7 direct dependents • 14 total dependents

Where is the Windows binary version? You can find windows binaries here: <http://www.cpan.org/authors/id/S/SM/SMUELLER/> There are three ways to install them. Sorted in order of preference: cpan Run the *cpan* command line tool that comes with Perl. ...

RSCHUPP/PAR-1.020 - 04 Mar 2024 10:49:29 UTC - Search in distribution
  • PAR::Tutorial - Cross-Platform Packaging and Deployment with PAR

modules-used - List modules used by a set of Perl source files without running them. River stage one • 1 direct dependent • 8 total dependents

Dumps a list of modules used by some Perl code. Modules are found statically based upon "use" and "require" statements. If use of the base or parent is found, both that module and the referenced ones will be emitted. Dynamically loaded modules will n...

ELLIOTJS/Module-Used-v1.3.0 - 28 Aug 2012 02:18:02 UTC - Search in distribution
  • Module::Used - Find modules loaded by Perl code without running it.

Win32::Packer - Pack your Perl applications for Windows River stage zero No dependents

*********************************************************************** * WARNING!!! * * * * This is an early experimental release of Win32::Packer. * * * * The API is not stable yet and I would change it in order to improve * * the module usability,...

SALVA/Win32-Packer-0.01 - 03 Nov 2017 12:35:50 UTC - Search in distribution

Installer::cpanm River stage one • 1 direct dependent • 1 total dependent

GETTY/Installer-0.904 - 23 Feb 2016 05:11:36 UTC - Search in distribution

B::PerlReq - Perl compiler backend to extract Perl dependencies River stage zero No dependents

B::PerlReq is a backend module for the Perl compiler that extracts dependencies from Perl source code, based on the internal compiled structure that Perl itself creates after parsing a program. The output of B::PerlReq is suitable for automatic depen...

ATOURBIN/rpm-build-perl-0.82 - 30 Sep 2012 00:04:56 UTC - Search in distribution

license-report - List the license of CPAN modules River stage zero No dependents

Prints a table of license for CPAN distributions....

CLOTHO/Module-License-Report-0.02 - 01 Nov 2005 23:49:41 UTC - Search in distribution

Devel::TraceDeps - track loaded modules and objects River stage zero No dependents

EWILHELM/Devel-TraceDeps-v0.0.3 - 31 Jan 2009 19:54:02 UTC - Search in distribution

Module::ExtractUse - Find out what modules are used River stage one • 5 direct dependents • 6 total dependents

"Module::ExtractUse" is basically a Parse::RecDescent grammar to parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code. "Usage" is defined by either calling "use" or "require". Methods n...

DOMM/Module-ExtractUse-0.345 - 16 Jan 2023 16:14:58 UTC - Search in distribution

App::PP::Autolink - Run the pp (PAR Packager) utility while automatically finding dynamic libs to link River stage zero No dependents

*pp* creates standalone executables from Perl programs. However, it does not pack dynamic libs by default, and a general source of angst is that dynamic libs have dependencies that must be traced and also packed for the packed executable to be usable...

SLAFFAN/App-PP-Autolink-2.12 - 28 Oct 2023 01:26:40 UTC - Search in distribution

Dependencies::Searcher - Search for modules used or required by a distribution and build a report that can be used as Carton cpanfile . River stage zero No dependents

Maybe you don't want to have to list all the dependencies of your Perl application by hand and want an automated way to build it. Maybe you forgot to do it for a long time ago. Or just during a short period. Anyway, you've add lots of CPAN modules. C...

SMONF/Dependencies-Searcher-0.065 - 13 Feb 2016 19:49:24 UTC - Search in distribution

Module::PrintUsed - Prints modules used by your script when your script ends River stage zero No dependents

This module helps you to check which modules (and scripts) were "use"d or "require"d during the runtime of your script. It prints the list of modules to STDERR, including version numbers and paths. Module::PrintUsed contains an "END {}" block that wi...

CRENZ/Module-PrintUsed-0.06 - 09 Mar 2015 21:55:42 UTC - Search in distribution

Process::Packageable - Process that can be packaged with its dependencies River stage two • 10 direct dependents • 12 total dependents

"Process::Packageable" provides a role (an additional interface and set of rules) that allow for Process objects to be packaged into a Process::Packaged object together with the "Process" object's dependencies. Inheriting from "Process::Packageable" ...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC - Search in distribution

Bundle::CygwinVendor - Bundle for cygwin default vendor packages River stage zero No dependents

The official cygwin perl package contains modules in vendor to be able to use CPAN out of the box, and every user should be able to install any CPAN package by herself, without setup.exe. Cygwin packaging does not want to maintain all its dependencie...

RURBAN/Bundle-CygwinVendor-0.02 - 25 Apr 2014 15:44:01 UTC - Search in distribution
28 results (0.11 seconds)